disable-tests-missing-testdata
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)
committerAlexander Kjäll <alexander.kjall@gmail.com>
Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)
===================================================================

Gbp-Pq: Name disable-tests-missing-testdata.patch

tests/ed25519_tests.rs

index d800112c90d805988c145a88c529728537ed4c4e..2741ca0429883ed897ed77d582f37527c265aba4 100644 (file)
@@ -62,7 +62,7 @@ fn test_signature_ed25519() {
 }
 
 /// Test vectors from BoringSSL.
-#[test]
+/*#[test]
 fn test_signature_ed25519_verify() {
     test::run(
         test_file!("ed25519_verify_tests.txt"),
@@ -81,7 +81,7 @@ fn test_signature_ed25519_verify() {
             Ok(())
         },
     );
-}
+}*/
 
 fn test_signature_verification(
     public_key: &[u8],